home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- highlight(the clickOn)
- updateStage()
- clearScore()
- set ret to doMode(#sms, "skip")
- if ret = #done then
- alert("You have completed the required assignment. See your instructor for more or login as GUEST.")
- saveStudent()
- goChangeMeta("login")
- else
- if ret = #error then
- saveStudent()
- goChangeMeta("login")
- end if
- end if
- end
-